CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket raw

搜索资源列表

  1. yuanshitaojiezi

    0下载:
  2. 原始套接字实现聊天程序,内含客户端和服务器端。-Raw socket to chat program that includes client and server side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:63738
    • 提供者:于得实
  1. itracert

    0下载:
  2. 使用raw socket实现的Tracert程序 编程环境: 操作系统:Windows XP SP2 开发语言:C++ 编译环境:MS Visual C++6.0 程序均为控制台界面,命令行格式为:命令名 IP地址或域名 例如:itracert www.163.com 或者 itracert_icmpdll 202.108.9.33 -Using raw socket programming to achieve the Tracert Environment: Op
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:67453
    • 提供者:zhxx8851316
  1. AnalyzeTCP

    0下载:
  2. 本程序通过使用Winsock2原始套接字捕获局域网内TCP数据报,并解析TCP包头-This procedure through the use of raw socket capture Winsock2 LAN TCP datagram and resolve TCP Baotou
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-14
    • 文件大小:5445
    • 提供者:asfds
  1. zzh

    0下载:
  2. 利用原始套接字实现简单的TCP\IP协议分析器。 系统功能包括原始套接字与网卡绑定,并接收流经网卡的所有数据包; 对IP数据报进行分析以获得其首部详细信息; 对TCP报文段进行分析以获得其首部详细信息; 显示分析结果 -Easy to use raw socket implementation of the TCP \ IP protocol analyzer. System features include original socket and adapter binding, and
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2878965
    • 提供者:谢晓东
  1. IPpacket

    0下载:
  2. 网络编程\原始套接字生成IP数据包,学习网络安全编程入门程序-raw socket make ip packet
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8135
    • 提供者:柯超
  1. NetTraffic

    0下载:
  2. 通过注册表实现网络流量的监测,读者可以通过SNMP或原始套接字编程来实现同等功能。-Through the registry to achieve network traffic monitoring, SNMP or through the reader raw socket programming to achieve the same function.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:54521
    • 提供者:lmy
  1. MySniff

    0下载:
  2. 基于原始套接字的sniffer程序,集中了sniffer的精髓-A sniffer based on raw-socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:79173
    • 提供者:小余
  1. ping

    0下载:
  2. Visual C++的Ping程序实现.使用了原始套接字-Visual C++ implementation of the Ping program. Uses the raw socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:28323
    • 提供者:xhb
  1. Tracert

    0下载:
  2. Tracert程序 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。 本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-09
    • 文件大小:1403076
    • 提供者:wangweizhao
  1. iplog

    0下载:
  2. An example of using raw socket to fiter an interface
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:212163
    • 提供者:p3dr0
  1. MapTest

    0下载:
  2. WINDOWS 原始socket通讯测试例子 共享内存通讯测试例子 管道通讯测试例子-WINDOWS raw socket communication test case of shared memory communication channel communications test case test case
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:74760
    • 提供者:lanjun
  1. Pcap

    0下载:
  2. .net 下的抓包程序,很好用的,利用raw socket原理实现抓包功能呢个-. Net under the Ethereal program, useful, and use raw socket packet capture function it is realized during a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:28645
    • 提供者:方博
  1. indihgk

    0下载:
  2. 熟悉Linux环境下基本的RAW socket 编程,可以对以太网帧进行初步分析,可以通过程序完成第一个程序中对应的不同参差PDU字段分析,修改和重新发送-Familiar with the Linux environment, the basic RAW socket programming, you can conduct a preliminary analysis of the Ethernet frame can be completed through the program the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:225298
    • 提供者:陈淼
  1. chatRoom

    0下载:
  2. 此处分别用原始套接字和CSocket实现聊天室的程序。程序既可以作为客户端又可作为服务器端。-Here were achieved with the raw socket and CSocket chat room program. Program both as a client but also as a server-side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:36860
    • 提供者:Michael Chen
  1. IP_network_packet

    0下载:
  2. 在一个局域网环境中,用C 语言实现下面的基本功能: (1)确定截包的方法:包括RAW 模式SOCKET、packet32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。 -In a LAN environment, using C language the following basic functions: (1) determine the method of cut-off packa
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1877662
    • 提供者:yang peng
  1. NetProtocolAnalysis

    0下载:
  2. 主要用来捕获数据包,并分析各层协议信息并打印输出,其中链路层是通过winpcap实现捕获的,网络层是通过原始套接字实现的,有些功能没做好,还得大家一起研究。-Mainly used to capture packets and analyze the layers of protocol information and printed output, which implement the link layer is captured by winpcap, network layer is a
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2451170
    • 提供者:nickel
  1. Image_embeding

    0下载:
  2. For capturing the packets, we use a raw socket and bind it to the IP address. After setting the proper options for the socket, we then call the IOControl method on it. Notice that IOControl is analogous to the Winsock2WSAIoctl method. The IOControlCo
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:64321
    • 提供者:vijaybpujari
  1. zhuabao

    0下载:
  2. 以太网数据截获,可以获得数据帧,并对其进行分析。-raw socket
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-30
    • 文件大小:83703
    • 提供者:waha
  1. mdio.tar

    0下载:
  2. 嵌入式 抓包小工具,利用raw socket 抓取从网卡中经过的所有数据包,可以通过net filter对数据包进行过滤-Gadgets embedded packet capture, using raw socket to crawl from the card in all packets through, you can net filter to filter packets
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:12274
    • 提供者:成伟
  1. ping

    0下载:
  2. Ping 程序实例 原始套接字sendto recvfrom icmp-Ping instances raw socket sendto recvfrom icmp
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:3145
    • 提供者:carry
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com